##############################################################
## MOD Title:           Anti Bot Question MOD
## MOD Author:          MagMo < N/A > (N/A) http://phpbb.mwegner.de/
##
## MOD Language Update: 2.0.1 german_formal language files -> 3.0.0 german_formal language files
##
## Update Level:        Easy
## Update Time:         2 Minutes
##
##
## Files To Edit:       1
##      language/lang_german_formal/lang_admin.php
##
## Included Files:      2
##      language/lang_german_formal/lang_abq.php
##      language/lang_german_formal/lang_abq_admin.php
##
############################################################## 
##
## !!! IMPORTANT / WICHTIG !!!
##
## You must update the MOD (update.txt) before you update the german 
## language files!
##
## Es muss zuerst der MOD aktualisiert werden (update.txt) bevor die 
## deutschen Sprachedateien aktualisiert werden knnen!
##
############################################################## 
## For security purposes, please check: http://www.phpbb.com/mods/ 
## for the latest version of this MOD. Although MODs are checked 
## before being allowed in the MODs Database there is no guarantee 
## that there are no security problems within the MOD. No support 
## will be given for MODs not found within the MODs Database which 
## can be found at http://www.phpbb.com/mods/ 
############################################################## 
## Or check: http://phpbb.mwegner.de/ for the latest version of this MOD. 
## Downloading this MOD from other sites could cause malicious code to enter 
## into your phpBB Forum.
############################################################## 
## Before updating this MOD, you should back up all files related to this update.
############################################################## 

# 
#-----[ COPY ]------------------------------------------------ 
#
# EN:
#    Copy all included Files to the right position into your Board.
#    The Structure into the "root" folder of this MOD is identically with the
#    Structure of a phpBB Board. So then you know where the Files have to be.
#
#    If you have installed more than one Template you have to upload
#    the included *.tpl files in the subSilver folder of this MOD
#    into the folders of every Template you have installed!
#
#    !!! Overwrite existing files !!!
# 
# DE:
#    Kopiere alle einzufgenden Dateien (Included Files) an die richtige Stelle in dein Forum.
#    Die Struktur des Verzeichnises "root" dieses MODs ist identisch mit der 
#    Struktur des phpBB Boards. So kannst du genau sehen wo die Dateien hin mssen.
#
#    Wenn du mehr als ein Template installiert hast, dann musst
#    du die ins subSilver-Verzeichnis einzufgenden *.tpl-Dateien 
#    in jedes Verzeichnis aller installierten Templates kopieren.
#
#    !!! Bestehende Dateien berschreiben !!!
#

copy ../../other_languages/lang_german_formal/lang_abq.php to language/lang_german_formal/lang_abq.php
copy ../../other_languages/lang_german_formal/lang_abq_admin.php to language/lang_german_formal/lang_abq_admin.php

# 
#-----[ OPEN ]------------------------------------------ 
# 
language/lang_german_formal/lang_admin.php

# 
#-----[ FIND ]------------------------------------------------ 
# 
// Anti Bot Question Mod - Start
$lang['ABQ_MOD'] = 'Anti Bot Question MOD';
// Anti Bot Question Mod - End

# 
#-----[ REPLACE WITH ]----------------------------------------
# 
# EN: Delete
# DE: Lsche
#

# 
#-----[ SAVE/CLOSE ALL FILES ]-------------------------------- 
# 
# EoM 